# Makefile for Exprolib

OBJS = O.ProfileAsm O.ProfileT O.ProfileC

ProfileLib: $(OBJS)
         Libfile ProfileLib -create 5 10
         Libfile ProfileLib -files $(OBJS) -insert
         Objlib ProfileLib -create

O.ProfileT: H.ProfileAsm H.Profile
O.ProfileC: H.Profile
